home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text1078.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  792 b   |  17 lines

  1. > BTW. I have done some changes as well. Most noticable is that all scroll lists
  2. > are now scrollable by holding down the mouse button. Before you had to click
  3. > for each line. You can even set the scrolling speed if you recompile it. :-)
  4. > I wonder if we maybe should have a variable in the configure file to set the 
  5. > scrolling speed for speed freeks? 
  6.  
  7. Yea, that'd be easy to do. Maybe it should also tie into the click-drag speed?
  8.  
  9. To add a new option, create a new global variable, and add an extra line in
  10. the options array at the top of DEU.C Set it to be OPT_INTEGER or whatever,
  11. and give it a long name for the .INI file (short name for command line) and
  12. give it a pointer to the new variable. Thats it. The easy way to do it is
  13. just to copy another row in the table. :)
  14.  
  15. Anthony 
  16.  
  17.